home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_ImportAdv / Makefile < prev    next >
Makefile  |  1992-12-19  |  1KB  |  45 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Import
  11.  
  12. INTERFACES = Import.nib
  13. CLASSES = DocView.m Document.m DrawingView.m GraphicImport.m GraphicList.m \
  14.           ImportApp.m ImportPanel.m NXBitmapImageRepSub.m \
  15.           NXEPSImageRepSub.m Preferences.m ResourcePanel.m SaveAsPanel.m \
  16.           ScrollingView.m
  17. MFILES = Import_main.m epsferror.m epsfreader.m epsfwriter.m
  18. CFILES = rotateprocs.c
  19. HFILES = epsf.h epsfstruct.h resources.h rotateprocs.h
  20. PSWFILES = DrawingViewWraps.psw epsfwraps.psw
  21. TIFFFILES = cursorImport.tiff cursorRotate1.tiff cursorRotate2.tiff \
  22.             cursorZoomDown.tiff cursorZoomUp.tiff
  23. APPICON = Icon.tiff
  24.  
  25.  
  26. SOURCEMODE = 444
  27.  
  28. LIBS = -lNeXT_s -lsys_s
  29. DEBUG_LIBS = $(LIBS)
  30. PROF_LIBS = -lNeXT_p -lsys_p
  31.  
  32. MAKEFILEDIR = /usr/lib/nib
  33. ICONSECTIONS =    -sectcreate __ICON app Icon.tiff
  34.  
  35. INSTALLDIR = $(HOME)/Apps
  36. INSTALLFLAGS = -c -s -m 755
  37.  
  38. -include Makefile.preamble
  39.  
  40. include $(MAKEFILEDIR)/app.make
  41.  
  42. -include Makefile.postamble
  43.  
  44. -include Makefile.dependencies
  45.